var go/types.binaryOpPredicates

3 uses

	go/types (current package)
		expr.go#L730: var binaryOpPredicates opPredicates
		expr.go#L734: 	binaryOpPredicates = opPredicates{
		expr.go#L801: 	if !check.op(binaryOpPredicates, x, op) {